Update installation.md

Update Ruby version to 2.3.0 (latest stable)

Irfan Charania 8 years ago
parent
commit
59ddeb40d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/manual/installation.md

+ 2 - 2
doc/manual/installation.md

@@ -65,8 +65,8 @@ Remove the old Ruby versions if present:
65 65
 Download Ruby and compile it:
66 66
 
67 67
     mkdir /tmp/ruby && cd /tmp/ruby
68
-    curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.bz2 | tar xj
69
-    cd ruby-2.2.3
68
+    curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 | tar xj
69
+    cd ruby-2.3.0
70 70
     ./configure --disable-install-rdoc
71 71
     make -j`nproc`
72 72
     sudo make install